home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / augjpeg / readme.amiga < prev    next >
Text File  |  1995-03-17  |  1KB  |  24 lines

  1.  
  2. This is pretty much a direct compilation of Tom Lane's Free JPEG Working
  3. Group's August distribution of JPEG source code.  Only a couple of minor
  4. changes were made to the source to fix some areas that the compiler
  5. choked on.
  6.  
  7. One change I did make, however, was the addition of a simple progress
  8. indicator (showing the input or output row number).
  9.  
  10. Compiled with SAS/C 5.10, with the Global Optimizer.  Also included
  11. are versions compiled for 68030 machines; on some images they are up
  12. to twice as fast, averaging around 50-75% faster.
  13.  
  14. Also included are 24toPPM and PPMto24 by A.J. Brower for converting to
  15. and from the PPM format that the CJPEG and DJPEG programs expect.
  16. First convert your IFF24 images into PPM format, then run them through
  17. CJPEG and vice versa.  Command line useages can be found by executing
  18. the programs with no options.
  19.  
  20. See the accompanying README file from the JPEG distribution for
  21. JPEG program useages and more information.
  22.  
  23.                                     - Tom Krehbiel
  24.